Daniel Stelzer

Open all errors
This extension replaces the Inform 6 lighting code with an Inform 7 version. In essence, it replaces the condition "object has light" in the Inform 6 templates with a call to an Inform 7 rulebook. If you don't want the overhead for a particular object, you can declare it to be "not specially lighted".
ni

You wrote 'Include (- [ IsLightSource obj; if (~~GetEit [...] return
(obj hasnt enterable); ]; -) instead of "Light Measurement" in "Light.i6t"'
alternate lighting system by daniel
stelzer: but this syntax was
withdrawn in April 2022, in favour of a more finely controlled inclusion
command. See the manual, but you can probably get what you want using
'replacing "SomeFunctionName".' rather than 'instead of ...'.
"Fixes for two small bugs with indefinite articles."
ni

You wrote 'Include (- Global short_name_case; Global sup [...] return;
print (PSN__) obj; ]; -) instead of "Object Names II" in "Printing.i6t"' article bug fix by daniel
stelzer: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
(I see no description here.)
This is a very simple extension, adding only a single phrase.
"A simple fix to preserve casing when the player's command is altered."
ni

You wrote 'Include (- [ SetPlayersCommand from_txt i len [...]
Y_Untransmute(from_txt, p, cp); ]; -) instead of "Setting the Player's
Command" in "Text.i6t"' command casing by daniel
stelzer: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
This extension allows the programmer to override what the player typed and parse different commands instead.
Command Preloading by Daniel Stelzer(for Glulx only)
"A simple way to preload input onto the command line before the player begins to type."
ni

You wrote 'Include (- [ VM_KeyChar win nostat done res [...] "^";
#endif; ! ECHO_COMMANDS ]; -) instead of "Keyboard Input" in "Glulx.i6t"' command preloading by daniel
stelzer: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
"A simple change to the Standard Rules to allow conversation to work without a touchable noun."
ni

In the sentence 'Section - Replacements (in place of Section SR4/6 -
Standard actions concerning other people in Standard Rules by Graham
Nelson)' conversation touchability fix by daniel
stelzer, it looks as if you
intend to replace a section of source text from the extension 'Standard
Rules by Graham Nelson', but that extension does not seem to have any
heading called 'Section SR4/6 - Standard actions concerning other people'.
(The version I loaded was 6.)
(I see no description here.)
"Initializes and repurposes the unused Glulx text styles to provide more flexibility in formatting."
"Adds a new hook into the parser, to edit a blank command before analyzing it."
ni

You wrote 'Include (- [ Keyboard a_buffer a_table nw [...] continue; }
return nw; } ]; -) instead of "Reading the Command" in "Parser.i6t"' (Daniel Stelzer/Empty Command Handling.i7x, line 9):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Glulx Text Styles by Daniel Stelzer(for Glulx only)
"Glulx Text Styles provides a more powerful way to set up special text effects for Glulx."
"A set of functions I have often found useful, with checks to prevent conflicts with extensions."
Hidden Prompt by Daniel StelzerVersion 1/210618
"Provides a simple way to hide the command prompt during long stretches of text."
ni

You wrote 'Include (- [ VM_KeyChar win nostat done res [...] "^";
#endif; ! ECHO_COMMANDS ]; -) instead of "Keyboard Input" in "Glulx.i6t"' command preloading by daniel
stelzer: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
Inline Hyperlinks by Daniel StelzerVersion 3(for Glulx only)
"Provides a simple, HTML-inspired syntax for adding hyperlinks within say phrases. No manual management of hyperlinks required. Requires Text Capture by Eric Eve. Works seamlessly with, but does not require, Flexible Windows."
"Changes the one-minute-per-turn rule to account for failed and implicit actions."
"A music-focused sound extension, which allows authors to loop sounds on different channels and fade between them."
(I see no description here.)
Remembering by Daniel StelzerVersion 9/140430
"Replaces 'You can't see any such thing' for a seen but out-of-scope noun with a message acknowledging that the parser recognizes the object. With Glulx, also keeps track of where the player last saw that object."
ni

I can't find the right version of the extension requested by 'Include
Version 6 of Epistemology by Eric Eve' remembering by daniel
stelzer - I can only find version 9.
This utility extension allows players to define replacements to alter their own commands. It does not affect the world model or the game itself in any way, only the user interface.
ni

An internal error has occurred: tried to copy a stream to itself. The
current sentence is 'if the input entry is the topic understood' (Daniel Stelzer/Runtime Replacements.i7x, line 34);
the error was detected at line 931 of
"/home/zed/github/i7/inweb/foundation-module/Chapter 2/Streams.w". This
should never happen, and I am now halting in abject failure.
"Exposes the snippets referring to each noun."
ni

You wrote 'Include (- [ NounDomain domain1 domain2 conte [...] in [
PARSER_CLARIF_INTERNAL_R; ]; -) instead of "Noun Domain" in "Parser.i6t"' subcommands by daniel
stelzer: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
(I see no description here.)
(I see no description here.)